home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / wait.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  653 b   |  37 lines

  1. WAIT
  2.  
  3. Waits for the specified time.
  4.  
  5. Format
  6.  
  7. WAIT [<n>] [SEC | SECS |MIN | MINS] [UNTIL <time>]
  8.  
  9. Template
  10.  
  11. /N,SEC=SECS/S,MIN=MINS/S,UNTIL/K
  12.  
  13. Location
  14.  
  15. C:
  16.  
  17. WAIT is used in command sequences or after RUN to wait for a certain period
  18. of time or until a specific time. The default waiting period is one second.
  19.  
  20. The <n> argument specifies the number of seconds or minutes to wait. These
  21. options are mutually exclusive; you can only enter seconds or minutes.
  22.  
  23. Use the keyword UNTIL to wait until a particular time of the day, given in
  24. the format HH:MM.
  25.  
  26. Example 1:
  27.  
  28. 1> WAIT 10 MINS
  29.  
  30. waits ten minutes.
  31.  
  32. Example 2:
  33.  
  34. 1> WAIT UNTIL 21:15
  35.  
  36. waits until 9:15 p.m.
  37.